IMAPIForm : IUnknown

The IMAPIForm interface is implemented by form servers for the benefit of form viewers. Its methods are used to work with form view contexts and form notification, to perform form verbs, and to shut down forms.

Quick Info

 

Header file:

MAPIFORM.H

Exposed by:

Form objects

Implemented by:

Form servers

Called by:

Form viewers

Corresponding pointer type:

LPMAPIFORM

 

Vtable Order

SetViewContext18DU3EN

Sets a form view context as the current view context for a form.

GetViewContextFSLPA.

Returns the current view context for a form.

ShutdownForm6.2DUS

Closes a form.

DoVerbLH33OI

Requests a form object perform one of its verbs.

AdviseI_37PL

Registers a form viewer for notifications about changes to a form.

Unadvise1DS4_Z0

Removes a form viewer s registration for notification of form object changes previously established with a call to the IMAPIForm::Advise method.